
.index_news{
	width: 100%;
	height: 65px;
	padding: 16px 0 19px 0;
	box-sizing:border-box;
}
.news_img{
	margin-right: 40px;
}
.news_img img{
	max-height: 100%;
}
.news_img span{
	font-family: '微软雅黑 Regular';
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.index_news .container{
	display: flex;
	align-items: center;
	padding-left: 195px;
	box-sizing:border-box;
}
.news_list p{
	color: #7d7d7d;
	font-size: 18px;
}
.news_list ul{
	display: flex;
}
.news_list ul li{
	color: #7d7d7d;
	font-size: 18px;
	height: 30px;
	line-height: 30px;

}
.news_list ul li:after{
	content: '/';
	display: inline-block;
	margin: 0 15px;
}
.news_list ul li:last-child:after{
	content: '';
}
.news_list ul li a{
	display: inline-block;
}
.index_product{
	background-color: #f9f9f9;
	padding-top: 45px;
}
.pro_title{
	text-align: center;
}
.pro_title h2{
	font-family: '微软雅黑 Regular';
	font-size: 36px;
	font-weight: 400;
}
.pro_title h2 span{
	font-family: 'MicrosoftYaHeiLight';
	font-size: 36px;
}
.blue_xian{
	width: 54px;
	height: 3px;
	background-color: #004ca1;
	margin: 20px auto;

}
.pro_title p{
	font-size: 16px;
	color: #8f8f8f;
}
.pro_list{
	margin-top: 60px;
}
.pro_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro_list ul li{
	width: 24%;
	text-align: center;
	margin-bottom: 30px;
}
.pro_img{
	background-color: white;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro_img a{
	display: inline-block;
}
.pro_img img{
	max-width: 100%;
	max-height: 250px;
}
.pro_text{
	padding: 20px 0;
}
.pro_text a{
	font-size: 16.5px;
	color: #8f8f8f;
	font-family: '微软雅黑 Regula';
}
.index_ad{
	width: 100%;
	height: 265px;
	background: url('../image/ad_img.png');
	background-size: contain;
	padding-top: 45px;
	box-sizing:border-box;
	text-align: center;
	color: white;
}
.index_ad img{
	width: 200px;
}
.index_ad h2{
	font-size: 36px;
	margin-top: 25px;
}
.index_ad p{
	font-size: 22.5px;
	margin-top: 25px;
}
.index_content{
	background: #f5efef;
	padding: 40px 0;

}
.index_content .container{
	display: flex;
	justify-content: space-between;
}
.content_about{
	width: 40%;
	height: 565px;
	padding:30px 35px 25px 30px;
	box-sizing:border-box;
	background-color: white;
}
.content_contact{
	width: 59%;
	padding: 27px 21px 25px 35px;
	box-sizing:border-box;
	background-color: white;
	display: flex;
	justify-content: space-between;
}
.about_title,.contact_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_title h6,.contact_title h6{
	color: #1d4394;
	font-size: 22.5px;
	font-weight: 400;
}
.about_title a,.contact_title a{
	font-size: 13.5px;
	color: #1d4394;
}
.about_text{
	color: #9c9c9c;
	font-size: 16.5px;
	line-height: 2.5;
	margin-top: 25px;
	margin-bottom: 10px;
}
.about_img img{
	width: 100%;
}
.index_contact{
	width: 60%;
}
.index_wx{
	width: 35%;
	background: url('../image/wx_img.png');
	background-size: cover;
	padding: 105px 15px 0 15px;
	box-sizing:border-box;
	text-align: center;
}
.contact_text{
	color: #9c9c9c;
	font-size: 16.5px;
	line-height: 2.5;
	margin-top: 25px;
}
.contact_img{
	margin-top: 10px;
}
.contact_img img{
	width: 100%;
}
.index_wx img{
	width: 100%;
}
.index_wx h6{
	font-weight: 400;
	color: white;
	font-size: 22.5px;
	margin: 10px 0 20px 0;
}
.index_wx p{
	color: white;
	font-size: 16.5px;
	margin-top: 10px;
}
